Fix a bug in :align-to on a TTY when the column is beyond frame width.
authorEli Zaretskii <eliz@gnu.org>
Sun, 18 Sep 2011 16:17:40 +0000 (19:17 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 18 Sep 2011 16:17:40 +0000 (19:17 +0300)
commita33a1cf431b2fff599abb8af54516c64e80039c7
treed7973b45dec24b53efcd843673f9b3f06af677e7
parentf03b8e1aecb61e40b1917413a3d84813a3e3178f
Fix a bug in :align-to on a TTY when the column is beyond frame width.

 src/xdisp.c (produce_stretch_glyph): Don't subtract 1 "pixel" when
 computing width of the stretch on a TTY.
src/ChangeLog
src/xdisp.c